From 0697cbb88c7248f6c0033a0ca9b11a74fea95753 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 3 Sep 2013 17:48:30 -0400 Subject: [PATCH] build: Fix srcdir != builddir with wayland-client-protocol.h In the gnome-ostree model builddir contains all generated files not in git (unless the build system explicitly overrides that). Here the wayland-client-protocol.h was in $(builddir)/wayland, so we need to find it using our already extant -I$(top_builddir)/gdk, rather than relying on same-directory lookup. --- gdk/wayland/gdkdisplay-wayland.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h index 42f363c9d0..e090464ee3 100644 --- a/gdk/wayland/gdkdisplay-wayland.h +++ b/gdk/wayland/gdkdisplay-wayland.h @@ -26,7 +26,7 @@ #include #include #include -#include "gtk-shell-client-protocol.h" +#include #include #include -- 2.30.2